Exec Mode Show Commands (D-G)


Exec Mode Show Commands (D-G)
 
 
This section includes the commands show dhcp through show gtpu-service.
 
show dhcp
Displays counter information pertaining to Dynamic Host Configuration Protocol (DHCP) functionality based on specific criteria.
Product
GGSN, ASN-GW
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show dhcp [ counters | full | summary ] [ all | apn apn_name | callid id | chaddr mac_address | dhcp-service svc_name | imsi imsi | user-address address | msid msid | server server_address | username name ]
counters
Displays DHCP counter information.
full
Displays all available information pertaining to the criteria specified.
summary
Displays a summary of the DHCP statistics.
all
Displays counter information for each active PDP context.
apn apn_name
Displays information based on a specific APN name.
apn_name is the name of the APN and can be from 1 to 63 alphanumeric characters and is case sensitive.
callid id
Displays information for a specific call identification number.
id must be specified as a 4-digit hexadecimal number.
chaddr mac_address
Displays information for a specific mobile node.
mac_address must be MAC address of a mobile node.
dhcp-service svc_name
Displays information for a specific DHCP service.
svc_name is the name of the DHCP service and can be from 1 to 63 alphanumeric characters and is case sensitive.
imsi imsi
Displays information for a specific International Mobile Subscriber Identity (IMSI).
imsi is an integer value from 1 to 15 characters.
user-address address
Displays information for a specific DHCP-assigned user IP address.
address is the IP address expressed in IPv4 dotted-decimal notation.
msid msid
Displays information for a specific Mobile Subscriber Identity (MSID).
msid must be from 1 to 15 digits.
server server_address
Displays information for a specific DHCP server.
server_address is the IP address of the server expressed in IPv4 dotted-decimal notation.
username name
Displays information for a specific subscriber.
name can be from 1 to 127 alphanumeric characters (including wildcards [‘$’ and ‘*’]) and is case sensitive.
Usage
Counters pertaining to DHCP functionality can be displayed as cumulative values or for specific APNs, PDP contexts, servers, or DHCP services.
Example
The following command displays DHCP counter information for a DHCP service called DHCP-Gi:
show dhcp dhcp-service DHCP-Gi
The following command displays DHCP counter information for a DHCP Call Id 01ca11a2:
show dhcp call-id 01ca11a2
The following command displays DHCP information for the specified mobile node:
show dhcp chaddr 00:05:47:00:37:44
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show dhcp statistics
Displays Dynamic Host Configuration Protocol (DHCP) statistics for the specified servers.
Product
GGSN, ASN-GW
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show dhcp statistics [ dhcp-service svc_name | server ip_address ]
dhcp-service svc_name
Displays statistics for a specific DHCP service.
svc_name is the name of the desired DHCP service and can be from 1 to 63 alphanumeric characters and is case sensitive.
server ip_address
Displays statistics for a specific DHCP server.
ip_address is the IP address of the desired server and must be entered in IPv4 dotted-decimal notation.
Usage
Statistics for a single DHCP service or DHCP server can be viewed using the dhcp-service or server keywords respectively.
Cumulative statistics for all DHCP services and servers within a context can be viewed by executing the command with no keywords from within the context in which they’re configured.
If this command is issued from within the local context, the statistics displayed will be cumulative for all dhcp servers configured on the system regardless of context.
Example
The following command allows you to view statistics for all configured DHCP servers within the context:
show dhcp statistics
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show dhcp-service
Displays configuration information for either a specific, or for all Dynamic Host Configuration Protocol (DHCP) servers configured.
Product
GGSN, ASN-GW
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show dhcp-service { all | name svc_name }
all
Displays information for all configured DHCP services.
name svc_name
Displays information for a specific DHCP service.
svc_name is the name of the service and can be from 1 to 63 alphanumeric characters and is case sensitive.
Usage
This command is used to verify the configuration of one or all DHCP services for monitoring or troubleshooting purposes. he output is a concise listing of DHCP service parameter settings.
If this command is executed from within the local context with the all keyword, information for all DHCP services configured on the system will be displayed.
Example
The following command displays configuration information for a DHCP service called dhcp1:
show dhcp-service name dhcp1
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show dhcp status
Displays configuration information for either a specific, or for all Dynamic Host Configuration Protocol (DHCP) services and servers configured.
Product
GGSN, ASN-GW
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show dhcp status [ dhcp-service svc_name ] [ server ip_addr ]
all
Displays information for all configured DHCP services.
dhcp-service svc_name
Displays information for a specific DHCP service.
svc_name is the name of the service and can be from 1 to 63 alphanumeric characters and is case sensitive.
server ip_address
Displays status for a specific DHCP server.
ip_address is the IP address of the desired server and must be entered in IPv4 dotted-decimal notation.
Usage
This command is used to show/verify the status or configuration of one or all DHCP services along with count of cumulative leased addresses and addresses leased at that time for monitoring or troubleshooting purposes. The output is a concise listing of DHCP service parameter settings.
If this command is executed from within the local context with the all keyword, information for all DHCP services configured on the system will be displayed.
Example
The following command displays status of a DHCP service called ggsn_dhcp1:
show dhcp status dhcp-service ggsn_dhcp1
State shown in display is consolidated across session managers, i.e. for each session manager, DHCP server have a timestamp value associated with its state.
For a DHCP server, its timestamp value is compared for each session manager and the state associated with the latest value is shown.
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show diameter aaa-statistics
This command displays Diameter Authentication, Authorization and Accounting (AAA) statistics.
Product
All
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show diameter aaa-statistics [ all | group group_name [ server server_name ] | server server_name ] [ | { grep grep_options | more } ]
all
Displays all available Diameter server statistics.
group group_name [ server server_name ]
Displays all Diameter server statistics within the specified AAA group.
group_name must be the name of an AAA group, and must be a string of 1 through 64 characters.
server_name must be the name of a Diameter server, and must be a string of 1 through 64 characters.
server server_name
Displays Diameter server statistics for the specified server.
server_name must be the name of the Diameter server, and must be a string of 1 through 64 characters.
| { grep grep_options | more }
Specifies that output of this command is to be piped (sent) to the command specified. A command to send the output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
Use this command to view Diameter AAA statistics.
Example
The following command displays all available Diameter server statistics:
show diameter aaa-statistics all
 
show diameter accounting servers aaa-group
This command displays Diameter accounting server information for an Authentication, Authorization and Accounting (AAA) group.
Product
All
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show diameter accounting servers [ aaa-group group_name ] [ | { grep grep_options | more } ]
group_name
group_name must be the name of an AAA group, and must be a string of 0 through 64 characters.
| { grep grep_options | more }
Specifies that output of this command is to be piped (sent) to the command specified. A command to send the output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
Use this command to view Diameter accounting server information for an AAA group.
Example
The following command displays Diameter accounting server information for an AAA group named in group12:
show diameter accounting servers aaa-group group12
 
show diameter authentication servers aaa-group
This command displays Diameter Authentication server information for a specified AAA group.
Product
All
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show diameter authentication servers [ aaa-group group_name ]
group_name
group_name must be the name of an AAA group, and must be a string of 0 through 64 characters.
Usage
Use this command to view Diameter authentication server information for an AAA group.
Example
The following command displays Diameter authentication server information for an AAA group named group12:
show diameter authentication servers aaa-group group12
 
show diameter endpoint
This command has been deprecated, and is replaced by the show diameter endpoints command.
 
show diameter endpoints
This command displays the status of Diameter client endpoint(s).
Product
All
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show diameter endpoints { all | endpoint endpoint_name } [ | { grep grep_options | more } ]
all
Displays status of all Diameter client endpoints.
endpoint endpoint_name
Displays status of the specified Diameter client endpoint.
endpoint_name must be the name of a Diameter endpoint, and must be a string of 1 through 63 characters.
| { grep grep_options | more }
Specifies that output of this command is to be piped (sent) to the command specified. A command to send the output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
Use this command to view the status of Diameter client endpoints.
If you are in the local context, then all contexts are searched for the specified endpoint(s). Specify all to see all endpoints; otherwise, just the named endpoint will be displayed. If no argument is provided, a summary of all endpoints is displayed.
Default value: N/A
Example
The following command displays status of all Diameter client endpoints.
show diameter endpoints all
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show diameter message-queue
This command displays Diameter message queue statistics.
Product
All
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show diameter message-queue counters { inbound | outbound } [ endpoint endpoint_name [ peer-host peer_id [ peer-realm realm_id ] ] | session-id session_id ] [ | { grep grep_options | more } ]
counters { inbound | outbound }
Specifies the message counters:
inbound: Specifies Diameter inbound messages
outbound: Specifies Diameter outbound messages
endpoint endpoint_name
Specifies the Diameter endpoint.
endpoint_name must be a string of 1 through 63 characters.
peer-host peer_id
Specifies the Diameter peer host.
peer_id must be a string of 1 through 63 characters.
peer-realm realm_id
Specifies the Diameter peer realm.
realm_id must be a string of 1 through 127 characters.
session-id session_id
Specifies the session ID.
session_id must be a string of 1 through 127 characters.
| { grep grep_options | more }
Specifies that the output of this command is to be piped (sent) to the command specified. A command to send the output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
Use this command to view the count of the messages in the Diameter message queue for specific counter type, session ID, or endpoint, peer host, and peer realm.
Example
The following command displays message queue statistics for outbound messages specific to the Diameter endpoint named asr5k.testnetwork.com:
show diameter message-queue counters outbound endpoint asr5k.testnetwork.com
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show diameter peers
This command displays Diameter peer information.
Product
All
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show diameter peers [ full | summary ] [ all | [ endpoint endpoint_name ] [ peer-host peer_id ] [ peer-realm realm_id ]+ ] [ | { grep grep_options | more } ]
full
Displays full details of all or specified Diameter peers.
summary
Displays summary details of all or specified Diameter peer(s).
all
Displays details of all Diameter peers.
endpoint endpoint_name
Displays details of the specified Diameter endpoint.
endpoint_name must be the origin endpoint value, and must be a string of 1 through 255 characters.
peer-host peer_id
Displays details of the specified Diameter peer host.
peer_id must be the peer host value, and must be a string of 1 through to 63 characters.
peer-realm realm_id
Displays details of the specified Diameter peer realm.
realm_id must be the Diameter peer realm ID, and must be a string of 1 through 127 characters.
| { grep grep_options | more }
Specifies that the output of this command is to be piped (sent) to the command specified. A command to send the output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
Use this command to view the details of Diameter peers.
If you are in the local context, then all contexts are searched for the specified peer(s).
This is similar to the show subscribers CLI command and supports multiple filter options specified at the same time.
If filter options are specified (e.g., all, endpoint, etc.), the default is for one line of output to be displayed per peer. Use full to get detailed information per peer, or summary to get summarized information about all matching peers.
If no filter options are specified, a summary output for all peers is displayed. Use the full option to get detailed information about every peer.
Default value: N/A
Example
The following command details of the Diameter endpoint named endpoint12:
show diameter peers endpoint endpoint12
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show diameter route status
This command displays Diameter route health status information.
Product
All
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show diameter route status [ endpoint endpoint_name | full [ endpoint endpoint_name ] ] [ host host_name | peer peer_id ] [ | { grep grep_options | more } ]
full
Displays information about which Diameter clients are using which peer/host combinations.
endpoint endpoint_name
Displays detailed information for the specified Diameter client endpoint.
endpoint_name must be the name of a Diameter endpoint, and must be a string of 1 through 63 characters.
host host_name
Displays information for the specified Diameter host.
host_name must be the name of a Diameter host, and must be a string of 1 through 63 characters.
peer peer_id
Displays information for the specified Diameter peer.
peer_id must be the name of a Diameter peer host, and must be a string of 1 through 63 characters.
| { grep grep_options | more }
Specifies that the output of this command is to be piped (sent) to the command specified. A command to send the output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
Use this command to view the Diameter route health status.
The route status displays status of peer/host combinations. Refer to the route-failure CLI command in Diameter Endpoint Configuration mode. When no options are specified, the display will give one line per peer/host combination, indicating how many Diameter clients are using each combination, and for how many clients the combination is available or failed. Specify full to see which Diameter clients are using which peer/host combinations. Specify host or peer to see just combinations with the named host or peer. Specify endpoint to see detailed information about the named Diameter client.
Default value: N/A
Example
The following command displays route health status details of the Diameter client endpoint named endpoint12:
show diameter route status endpoint endpoint12
 
show diameter route table
This command displays the Diameter routing table.
Product
All
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show diameter route table [ wide ] [ endpoint endpoint_name ] [ | { grep grep_options | more } ]
wide
Displays the route table information in wide-format.
endpoint endpoint_name
Displays the Diameter routing table for the specified endpoint.
endpoint_name must be the name of a Diameter endpoint, and must be a string of 1 through 63 characters.
| { grep grep_options | more }
Specifies that the output of this command is to be piped (sent) to the command specified. A command to send the output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
Use this command to view the status of Diameter client endpoints.
If you are in the local context, then the route information used by Diameter endpoints in all chassis contexts will be used in the display.
The route table displays all static and dynamic routes. Refer to the route-entry CLI command in Diameter Endpoint Configuration Mode.
Default value: N/A
Example
The following command displays status of the Diameter client endpoint named endpoint12.
show diameter route table endpoint endpoint12
 
show diameter statistics
This command displays Diameter peer statistics.
Product
All
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show diameter statistics [ [ proxy ] endpoint endpoint_name [ peer-host peer_id [ peer-realm realm_id ] ] ] [ | { grep grep_options | more } ]
endpoint endpoint_name
Displays statistics for the specified DIameter endpoint.
endpoint_name must be the name of a Diameter endpoint, and must be an alphanumeric string of 1 through 63 characters.
peer-host peer_id
Displays statistics for the specified Diameter host peer.
peer_id must be an alphanumeric string of 1 through 255 characters.
peer-realm realm_id
Displays statistics for the specified Diameter peer realm.
realm_id must be an alphanumeric string of 1 through 127 characters.
proxy
Displays proxy related statistics.
| { grep grep_options | more }
Specifies that the output of this command is to be piped (sent) to the command specified. A command to send the output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
Use this command to view Diameter statistics for the specified endpoint or proxy.
Example
The following command displays Diameter peer statistics for the endpoint named endpoint12:
show diameter statistics endpoint endpoint12
 
show diameter-service
This command displays information about configured Diameter services.
Product
All
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show diameter-service { all | lte-s6a trace-id { all | user-name user_name } | name service_name | statistics name service_name [ vpn-name vpn_context_name ] } [ | { grep grep_options | more } ]
all
Displays full information for all configured Diameter services.
lte-s6a trace-id { all | user-name user_name }
Displays user trace ID information for LTE/S6a application.
all: Displays full information.
user-name user_name: Displays information for the specified user.
user_name must be an alphanumeric string of 1 through 79 characters.
name service_name
Displays information for the specified Diameter service.
service_name must be an alphanumeric string of 1 through 79 characters.
statistics name service_name [ vpn-name vpn_context_name ]
Displays statistics for specified Diameter service.
name service_name: Specifies name of the Diameter service.
service_name must be an alphanumeric string of 1 through 79 characters.
vpn-name vpn_context_name: Specifies the name of context. Displays information of specified Diameter service.
vpn_context_name must be an alphanumeric string of 1 through 79 characters.
| { grep grep_options | more }
Specifies that the output of this command is to be piped (sent) to the command specified. A command to send the output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
Use this command to view information on configured Diameter services.
Example
The following command displays statistics for the Diameter service named ggsn12:
show diameter-service name ggsn12
 
show dns-client
Displays cache and/or statistics for a specified Domain Name System (DNS) client.
Product
P-CSCF, SIP Proxy, SGSN, HSGW, MME
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show dns-client { cache client name [ query-name name | query-type { A | AAAA | NAPTR | SRV } ] | statistics client name } [ | { grep grep_options | more } ]
cache client name [ query-name name | query-type { A | AAAA | NAPTR | SRV } ]
Specifies that the cache for the defined DNS client is to be displayed.
name: Defines the name of the DNS client whose cache is to be displayed. name must be an existing DNS client and be from 1 to 255 alphanumeric characters.
query-name name: Filters DNS results based on the domain name. name must be from 1 to 255 characters. name is the domain name used to perform the DNS query. name is different from the actual domain name which is resolved. For example, to resolve the SIP server for service.com, the query name is _sip._udp.service.com and the query type is SRV.
query-type:
A: Filters DNS results based on 32-bit domain IPv4 address records (A records).
AAAA: Filters DNS results based on 128-bit domain IPv6 address records (AAAA resource records).
NAPTR: Filters DNS results based on Naming Authority Pointer records.
SRV: Filters DNS results based on service locator records (SRV records).
statistics client name
Specifies that statistics for the defined DNS client are to be cleared.
name: Defines the name of the DNS client whose statistics are to be displayed. name must be an existing DNS client and be from 1 to 255 alphanumeric characters.
| { grep grep_options | more }
Indicates the output of the command is to be piped (sent) to the command specified.
A command to send output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
Use this command to display DNS cache and/or statistics for a specified DNS client.
Example
The following command displays statistics for a DNS client named domain1.com:
show dns-client statistics client domain1.com
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show dynamic-policy statistics
Displays policy control and charging (PCC) statistics from the interface communicating with the Policy and Charging Rules Function (PCRF) via Gx(x).
Product
HSGW, PDSN, S-GW
Privilege
Inspector
Syntax
show dynamic-policy statistics { hsgw-service name | pdsn-service name | sgw-service name }
hsgw-service name
Displays policy control and charging statistics from the Gxa interface communicating with the PCRF. name must be an existing HSGW service name and be from 1 to 63 alphanumeric characters.
pdsn-service name
Displays policy control and charging statistics from the Gx interface communicating with the PCRF. name must be an existing PDSN service name and be from 1 to 63 alphanumeric characters.
sgw-service name
Displays policy control and charging statistics from the Gxc interface communicating with the PCRF. name must be an existing S-GW service name and be from 1 to 63 alphanumeric characters.
Usage
Use this command to display PCC statistics for the specified service and its Gx interface communicating with the PCRF.
Example
The following command displays PCC statistics for a PDSN service named cdma4:
show dynamic-policy statistics pdsn-service cdma4
 
show egtpc peers
Displays information about eGTP-C peers.
Product
P-pe GW, S-GW
Privilege
Inspector
Syntax
show egtpc peers [ address ip_address | egtp-service name ] | interface { mme | pgw-ingress | sgsn | sgw-egress | sgw-ingress } [ address ip_address ] [ wf1 ] } ] [ | { grep grep_options | more } ]
address ip_address
Displays information about a specific eGTP-C peer based on the IP address of the peer. ip_address must be an existing eGTP-C peer and be expressed in IPv4 dotted-decimal notation or IPv6 colon-seperated notation.
egtp-service name [ address ip_address ]
Displays information about eGTP-C peers associated with a specific service. name must be an existing egtp-service and be from 1 to 63 alphanumeric characters.
address ip_address: Additionally, the results can be filtered based on the IP address associated with the service. ip_address must be an existing eGTP-C peer and be expressed in IPv4 dotted-decimal notation or IPv6 colon-seperated notation.
interface { mme | pgw-ingress| sgsn | sgw-egress | sgw-ingress } [ address ip_address ] [ wf1 ]
Displays information about eGTP-C peers associated with the service interface configured on this system.
mme: Displays information about eGTP-C MME peers associated with the service interface configured on this system. Additionally, the results can be filtered based on the IP address associated with the MME peer.
pgw-ingress: Displays information about eGTP-C P-GW ingress peers associated with the service interface configured on this system. Additionally, the results can be filtered based on the IP address associated with the P-GW ingress peer.
sgsn: Displays information about eGTP-C SGSN peers associated with the S4 service interface configured on this system. Additionally, the results can be filtered based on the IP address associated with the SGSN peer.
sgw-egress: Displays information about eGTP-C S-GW egress peers associated with the service interface configured on this system. Additionally, the results can be filtered based on the IP address associated with the S-GW egress peer.
sgw-ingress: Displays information about eGTP-C S-GW ingress peers associated with the service interface configured on this system. Additionally, the results can be filtered based on the IP address associated with the S-GW ingress peer.
address ip_address: Specifies the IPv4 or IPv6 address of the selected peer. ip_address must be an existing peer and be expressed in IPv4 dotted-decimal notation or IPv6 colon-seperated notation.
wf1: Specifies that the output is to be displayed in wide format number 1.
| { grep grep_options | more }
Indicates the output of the command is to be piped (sent) to the command specified.
A command to send output to must be specified.
For details on using the grep and more commands, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter.
Usage
Use this command to display information about eGTP-C peers associated with the service interface configured on this system. The output contains the following information about the peer:
note_smallImportant: The primary command, show egtpc peers, when entered without additional keywords, displays information for all peers associated with the service operating on this system.
Example
The following command returns an output for an eGTP-C S-GW egress peers associated with the service interface configured on this system with an IP address of 1.2.3.4:
show egtpc peers interface sgw-egress address 1.2.3.4
The following command returns an output for an eGTP-C MME peer associated with the service interface configured on this system with an IP address of 1.2.3.4:
show egtpc peers interface mme address 1.2.3.4
 
show egtpc sessions
Displays eGTP-C session information.
Product
P-GW, S-GW
Privilege
Inspector
Syntax
show egtpc sessions [ egtp-service name | interface { mme | pgw-ingress | sgsn | sgw-egress | sgw-ingress } ] [ | { grep grep_options | more } ]
egtp-service name
Displays information about eGTP-C sessions associated with a specific service. name must be an existing egtp-service and be from 1 to 63 alphanumeric characters.
interface { mme | pgw-ingress | sgsn | sgw-egress | sgw-ingress }
Displays information about eGTP-C sessions associated with the service interface configured on this system.
mme: Displays information about eGTP-C sessions associated with the MME interface configured on this system.
pgw-ingress: Displays information about eGTP-C sessions associated with the P-GW ingress interface configured on this system.
sgsn: Displays information about eGTP-C sessions associated with the SGSN eGTP-C S4 interface configured on this system.
sgw-egress: Displays information about eGTP-C sessions associated with the S-GW egress interface configured on this system.
sgw-ingress: Displays information about eGTP-C sessions associated with the S-GW ingress interface configured on this system.
| { grep grep_options | more }
Indicates the output of the command is to be piped (sent) to the command specified.
A command to send output to must be specified.
For details on using the grep and more commands, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter.
Usage
Use this command to display session information for a specific eGTP service or for sessions associated with an interface type configured on this system.
Example
The following command displays eGTP-C session information for sessions associated with all P-GW ingress interfaces configured on this system:
show egtpc sessions interface pgw-ingress
The following command displays eGTP-C session information for sessions associated with all MME interfaces configured on this system:
show egtpc sessions interface mme
 
show egtpc statistics
Displays evolved GPRS Tunneling Protocol Control (eGTP-C) plane statistics for a specific service name or interface type.
Product
P-GW, S-GW
Privilege
Inspector
Syntax
show egtpc statistics [ egtp-service name | interface { mme | pgw-ingress | sgsn | sgw-egress | sgw-ingess } | mme-address ip_address | pgw-address ip_address | sgsn-address ip_address | sgw-address ip_address ] [ verbose ] [ | { grep grep_options | more } ]
egtp-service name
Displays statistics for a specific eGTP service configured on this system.
service_name must be an existing eGTP service, and be from 1 to 63 alphanumeric characters in length.
interface { mme | pgw-ingress | sgw-egress | sgw-ingess }
mme: Displays eGTP-C statistics for all MME interfaces.
pgw-ingress: Displays eGTP-C statistics for all eGTP P-GW ingress interfaces.
sgsn: Displays eGTP-C statistics for all eGTP S4 SGSN interfaces.
sgw-egress: Displays eGTP-C statistics for all eGTP S-GW egress interfaces.
sgw-ingress: Displays eGTP-C statistics for all eGTP S-GW ingress interfaces.
mme-address ip_address
Displays eGTP-C statistics for a specific MME IP address. ip_address must be an existing MME IP address and be expressed in IPv4 dotted-decimal notation or IPv6 colon-separated notation.
pgw-address ip_address
Displays eGTP-C statistics for a specific P-GW IP address. ip_address must be an existing P-GW IP address and be expressed in IPv4 dotted-decimal notation or IPv6 colon-separated notation.
sgsn-address ip_address
Displays eGTP-C statistics for a specific SGSN S4 IP address. ip_address must be an existing SGSN S4 IP address expressed in IPv4 dotted-decimal or IPv6 colon-separated notation.
sgw-address ip_address
Displays eGTP-C statistics for a specific S-GW IP address. ip_address must be an existing S-GW IP address expressed in IPv4 dotted-decimal or IPv6 colon-separated notation.
verbose
Displays the maximum amount of detail available for this commands output. If this option is not specified, the output is truncated to a more concise level.
| { grep grep_options | more }
Indicates the output of the command is to be piped (sent) to the command specified.
A command to send output to must be specified.
For details on using the grep and more commands, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter.
Usage
Use this command to display evolved GPRS Tunneling Protocol Control (eGTP-C) plane statistics for a specific service name or interface type.
Example
The following command displays eGTP-C statistics for interfaces configured as S-GW ingress interfaces:
show egtpc statistics interface sgw-ingess
The following command displays eGTP-C session information for sessions associated with all MME interfaces configured on this system:
show egtpc sessions interface mme
 
show egtp-service
Displays configuration information for evolved GPRS Tunneling Protocol (eGTP) services on this system.
Product
MME, P-GW, S-GW
Privilege
Inspector
Syntax
show egtp-service { all | name service_name } [ | { grep grep_options | more } ]
all
Displays configuration information for all eGTP services configured on this system.
name service_name
Displays configuration information for a specific eGTP service configured on this system.
service_name must be an existing eGTP service, and be from 1 to 63 alphanumeric characters.
| { grep grep_options | more }
Indicates the output of the command is to be piped (sent) to the command specified.
A command to send output to must be specified.
For details on the usage of the grep and more commands, refer to the Regulating a Command’s Output section of the Command Line Interface Reference Guide.
Usage
Use this command to view configuration information for eGTP services on this system.
Example
The following command displays service statistics for the eGTP service named egtp1:
show egtp-service name egtp1
 
show event-notif server
This command displays the counter information of configured Event Notification servers based on specific criteria.
Product
All
Privilege
Inspector
Syntax
show event-notif server all [ | {grep grep_options | more }]
all
Displays counter information for each active Event Notification servers in this context.
| { grep grep_options | more }
Indicates the output of the command is to be piped (sent) to the command specified.
A command to send output to must be specified.
For details on using the grep and more commands, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter.
Usage
Use this command to display the counters pertaining to the Event Notification collection servers configured in a context.
Example
The following command displays the counter information for all Event Notification collection serveres onfigured in a context:
show event-notif server all
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show event-notif statistics
This command displays the statistical information collected over configured Event Notification interface based on specific criteria.
Product
All
Privilege
Inspector
Syntax
show event-notif statistics [ | {grep grep_options | more }]
| { grep grep_options | more }
Indicates the output of the command is to be piped (sent) to the command specified.
A command to send output to must be specified.
For details on using the grep and more commands, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter.
Usage
Use this command to display the statistical information collected over configured Event Notification interface based on specific criteria.
Example
The following command displays the counter information for all Event Notification collection serveres onfigured in a context:
show event-notif server all
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show external-inline-servers
This command is obsolete.
 
show fa-service
Displays information on configured foreign agent (FA) services.
Product
PDSN, GGSN, ASN-GW
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show fa-service { all | name fa_name } [ | { grep grep_options | more } ]
all | name fa_name
all: indicates information on all foreign agent services is to be displayed.
name fa_name: indicates only the information for the FA service specified as fa_name is to be displayed.
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
Display foreign agent service configuration information.
Example
The following commands display information on the FA service sampleService and all services, respectively.
show fa-service name sampleService
show fa-service all
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show fans
Displays the current control status, speed, and temperature for the upper and lower fans in the system chassis.
Product
All
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show fans [ | { grep grep_options | more } ]
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
View the fan information to verify system hardware status as necessary.
Example
The following command displays information regarding the cooling fans in the system:
show fans
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show file
Displays the contents of the file specified. The contents are paginated as if it were normal ASCII output.
Product
All
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show file url url [ | { grep grep_options | more } ]
url url
Specifies the location of a file to display. url may refer to a local or a remote file. url must be entered using one of the following formats:
tftp://{ host[ :port# ] }[ /directory ]/file_name
[ http: | ftp: | sftp: ]//[ username[ :password ]@ ] { host }[ :port# ][ /directory ]/file_name
note_smallImportant: Use of the SMC hard drive is not supported in this release.
directory is the directory name.
filename is the actual file of interest.
username is the user to be authenticated.
password is the password to use for authentication.
host is the IP address or host name of the server.
port# is the logical port number that the communication protocol is to use.
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Cisco ASR 5000 Series Command Line Interface Reference.
Usage
Display the contents of files to view such information as log data, trace information, etc.
Example
The following will display the contents of the local file /pub/log.txt.
show file //pcmcia1/pub/log.txt
The following command will display the contents of the file /pub/log.txt on remote host remoteABC.
show file ftp://remoteABC/pub/log.txt
 
show firewall flows
This command is obsolete.
 
show firewall ruledef
This command is obsolete.
 
show firewall statistics
This command is obsolete.
 
show fng-service
This command displays information about specified Femto Network Gateway (FNG) service configuration, status, and counters, and includes information about all the sessions currently maintained by the FNG.
Product
FNG
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show fng-service { all [ counters ] | name service_name | session | statistics }
all
Displays information for all configured FNG services.
counters
Displays counters associated with the FNG service.
name service_name
Displays information only for the specified FNG service.
service_name must be the name of an existing FNG service in the current context and be from 1 to 63 alphanumeric characters.
session
Displays information about configured FNG sessions.
note_smallImportant: See show fng-service session for detailed options.
statistics service_name
Total of collected information for specific protocol since the last restart or clear command.
note_smallImportant: See show fng-service statistics for detailed options.
| { grep grep_options | more }
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of grep and more, refer to the section Regulating a Command’s Output in the chapter Command Line Interface Overview in the Command Line Interface Reference.
Usage
Use this command to view information for selected configured FNG services.
Example
The following command displays available information for all active FNG services.
show fng-service all
note_smallImportant: Command output descriptions are available in the Statistics and Counters Reference.
 
show fng-service session
This command displays statistics for specific Femto Network Gateway (FNG) sessions.
Product
FNG
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show fng-service session [ all | callid call_id | counters | full [ all | callid call_id | ip-address ip-address | peer-address ip_address | username name ] | ip-address ip-address | peer-address ip-address | summary [ all | callid call_id | ip-address ip-address | peer-address ip-address | username name ] | username name ]
all
Displays all related information for all active FNG sessions.
callid
Displays PPP information for the call.
call_id must be specified as a 4-digit hexadecimal number.
counters
Displays counters for the configured FNG sessions.
full
Displays all available information for the associated display or filter keyword.
ip-address ipv4_address
The IPv4 address of the subscriber.
ipv4_address must be entered in IPv4 dotted-decimal notation.
peer-address ipv4_address
The IPv4 address of a specific IP peer.
ipv4_address must be entered in IPv4 dotted-decimalnotation.
summary
Displays summary information for FNG sessions.
username user_name
The name of a specific user within the current context. Displays available information for the specific username.
user_name must be followed by a username.
The username can an alphanumeric string of 1 to 127 characters.
| { grep grep_options | more }
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of grep and more, refer to the section Regulating a Command’s Output in the chapter Command Line Interface Overview in the Command Line Interface Reference.
Usage
Use this command to view configuration information for an FNG session.
Example
The following command displays all available FNG sessions.
show fng-service session all
note_smallImportant: Command output descriptions are available in the Statistics and Counters Reference.
 
show fng-service statistics
Displays statistics for the FNG since the last restart or clear command. The output includes the number of each type of protocol message. For example, the output includes the various types of EAP messages.
Product
FNG
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show fng-service statistics [ name service_name | peer-address ipv4_address ]
name service_name
Displays statistics for the specified service.
service_name must be from 1 to 63 alphanumeric characters.
peer-address ipv4_address
Displays statistics for a specific IP peer.
ipv4_address must be entered in IPv4 dotted-decimal notation.
| { grep grep_options | more }
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of grep and more, refer to the section Regulating a Command’s Output in the chapter Command Line Interface Overview in the Command Line Interface Reference.
Usage
Use this command to display FNG statistics.
note_smallImportant: You may use more than one keyword per command line.
Example
The following command displays information about the FNG service.
show fng-service statistics
note_smallImportant: Command output descriptions are available in the Statistics and Counters Reference.
 
show freeze-ptmsi imsi
Displays the P-TMSI (packet-temporary mobile subscriber identify) corresponding to the IMSI (international mobile subscriber identity) that has entered a frozen state after the purge timeout timer expires.
Product
SGSN
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show freeze-ptmsi imsi imsi_num
imsi imsi_num
Specifies the IMSI that has been frozen. The first three digits are the MCC (mobile country code). The next two or three digits are the MNC (mobile network code). The remaining digits are the MSIN (mobile station identification number).
imsi_num: Enter a sequence of up to 15 digits.
Usage
This command enables the operator to know whether a frozen IMSI has an associated P-TMSI.
Example
The following command displays the P-TMSI corresponding to a frozen IMSI:
show freeze-ptmsi imsi 262090426000194
 
show ggsn-service
Displays configuration information for Gateway GPRS Support Node (GGSN) services on the system.
Product
GGSN
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show ggsn-service { all | name ggsn_svc_name } [ | { grep grep_options | more }]
all
Displays information for all GGSN services configured with the given context.
name ggsn_svc_name
Specifies the name of a specific GGSN service for which to display information.
ggsn_svc_name is the name of a configured GGSN service and can be from 1 to 63 alphanumeric characters and is case sensitive.
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For more information on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Reference.
Usage
This command is used to verify the configuration of one or all GGSN services for monitoring or troubleshooting purposes. The output is a concise listing of GGSN service parameter settings.
If this command is executed from within the local context with the all keyword, information for all GGSN services configured on the system will be displayed.
Example
The following command displays configuration information for a GGSN service called ggsn1:
show ggsn-service name ggsn1
 
show ggsn-service sgsn-table
This new command lists all Serving GPRS Support Nodes (SGSNs) by IP addresses and shows the current number of subscribers to each SGSN.
Product
GGSN
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show ggsn-service sgsn-table
Usage
While there are existing commands to show SGSN subscriber information, this command is the only way to list all SGSNs by IP address and show the current number of subscribers to each SGSN.
Example
The following command will bring up a table showing the current active/inactive status, IP address, reboots/restarts and SGSN users.
show ggsn-service sgsn-table
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show global-title-translation
Displays configuration information for Global Title Translation (GTT).
Product
SGSN
Privilege
Inspector
Syntax
show global-title-translation { address-map { all | instance instance } | association { all | instance instance } }
address-map { all | instance }
Displays configuration information for either the entire GTT address map database or for a specific instance of an address map.
instance is an integer from 1 to 4096 which uniquely identifies the address map configuration.
association { all | instance }
Displays configuration information for either the entire database of GTT association lists for for a specific instance of GTT association configuration.
instance is an integer from 1 to 16 which uniquely identifies the GTT association configuration.
Usage
This command displays the configuration for the GTT address maps and associations.
Example
The following command displays the address map gtt-ad1.
show global-title-translation address-map gtt-ad1
 
show gmm-sm statistics
This command displays statistics for the GPRS Mobility Management and Session Management (GMM/SM) configuration of the system’s SGSN service. GMM/SM supports mobility to allow the SGSN to know the location of a Mobile Station (MS) at any time and to activate, modify and deactivate the PDP sessions required by the MS for user data transfer.
Product
SGSN
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show gmm-sm statistics [ gmm-only | plmn-id mcc mcc mnc mnc [ access-type { gprs | umts } ] | sm-only ] [ gprs-service srvc_name | iups-service srvc_name | sgsn-service srvc_name ] [ verbose ] [ | { grep grep_options | more } ]
 
Keywords are presented below. First are the primary keywords in the order one is selected, as displayed in the syntax. Secondary or filtering keywords are presented alphabetically after the section for the primary keywords.
gmm-only
Enter this keyword to display only GPRS mobility management (GMM) information for other specified keyword parameters for the current context.
plmn-id mcc mcc mncmnc [ access-type { gprs | umts } ]
Enter this keyword to filter the statistics display per PLMN.
Enter the access-type keyword to fine-tune the display of the GMM/SM statistics to an aggregate of the IuPS (select access-type UMTS) and/or the GPRS (select access-type GPRS) services belonging to the PLMN.
sm-only
Enter this keyword to display only session management (SM) information for other specified keyword parameters for the current context.
gprs-service srvc_name
Enter this keyword to display the statistics for the specified 2.5G GPRS service.
srvc_name must be an alphanumeric string of 1 to 63 alphanumeric characters that uniquely identifies the configured GPRS service.
The display request can be narrowed by adding either the nsei or routing-area filter keywords.
iups-service srvc_name
Enter this keyword to display the statistics for the specified IuPS service.
srvc_name must be an alphanumeric string of 1 to 63 alphanumeric characters that uniquely identifies the configured IuPS service.
The display request can be narrowed by adding either the rnc or routing-area filter keywords.
sgsn-service srvc_name
Enter this keyword to display the statistics for the specified 3G SGSN service.
srvc_name must be an alphanumeric string of 1 to 63 alphanumeric characters that uniquely identifies the SGSN service.
The display request can be narrowed by adding either the rnc or routing-area filter keywords.
access-type type
Use this filtering keyword to filter the display of service statistics by 2.5G GPRS services or 3G IuPS services for UMTS:
If this keyword is not included, then statistics for both access types are displayed.
lac lac_id
Enter this keyword to specify the location area code (LAC) as part of the identification of the RNC or RA.
lac_id must be an integer from 1 through 65535.
mcc mcc_id
Enter this keyword to specify the mobile country code (MCC) as part of the identification of the RNC or RA.
mcc_id must be an integer from 100 through 999.
mnc mnc_id
Enter this keyword to specify the mobile network code (MNC) as part of the identification of the RNC or RA.
mnc_id must be an integer from 00 through 999.
nsei nse_id
Enter this keyword to display the GMM/SM session statistics for the identified network service entity (NSEI).
nse_id must be an integer from 0 to 65535 that uniquely identifies a configured NSEI.
rac rac_id
Enter this keyword to specify the routing area code (RAC) as part of the identification of the RNC or RA.
rac_id must be an integer from 1 through 255.
rnc rnc_id
Enter this keyword to fine-tune the display of the GMM/SM session statistics just for the specified radio network controller (RNC).
rnc_id must be an integer from 0 through 4095.
routing-area mcc mcc_id mnc mnc_id lac lac_id rac rac_id
Enter the routing-area keyword to fine-tune the display of the GMM/SM statistics for a specified routing area (RA) identified by the MCC, MNC, LAC and RAC.
verbose
This keyword displays all possible statistics for specified command or keyword.
| grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For more information on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Reference.
Usage
Use this command to display usage statistics for the GMM/SM session configurations for SGSN services, including a BSC’s attaches, activations, and throughput.
Example
The following command displays GMM/SM statistics for a specific routing area defined for the 2.5G SGSN’s GPRS service:
show gmm-sm statistics gprs-service gprs1 routing-area mcc 123 mcc 131 lac 24 rac 11
The following command displays all possible information for GMM/SM statistics:
show gmm-sm statistics verbose
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show gprsns statistics
This commnd displays the statistics for the 2.5G SGSN’s GPRS NS layer (link level).
Product
SGSN
Privilege
Inspector
Syntax
show gprsns statistics { msg-stats { consolidated nse nse_id | nse nse_id } | sns-msg-stats } | { grep grep_options | more }
msg-stats
Display the transmit (tx) and receive (rx) message statistics (except for SNS messages) in the statistics output.
consolidated nse nse_id
nse_id: Enter an integer from 0 to 65535.
nse nse_id
Display statistics for a specific NSE.
nse_id: Enter an integer from 0 to 65535.
sns-msg-stats
Display subnetwork service (SNS) sublayer message statistics.
| { grep grep_options | more }
Specifies that output of this command is to be piped (sent) to the command specified. A command to send the output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
This command is used to display Frame Relay statistics configured for the NSE/NSVC with the commands documented in the Network Service Entity - Peer NSEI Configuration Mode chapter.
Collected statistics are cleared (deleted) with the clear gprsns statistics described in the chapter Exec Mode Commands (A-C).
Example
Use the following command to display the collected message statistics for NSEI 1422:
show gprsns statistics msg-stats nse 1422
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show gprsns status
This commnd displays the status of the network service virtual circuits (NSVC) for the GPRS NS layer (link level).
Product
SGSN
Privilege
Inspector
Syntax
show gprsns status { nsvc-status-all nse nse_id | nsvc-status-consolidated nse nse_id | nsvc-status-per-bvci bvci bvc_id nse nse_id } | { grep grep_options | more }
nsvc-status-all nse { all | nsense_id }
Display status information for all NSVC included in the specified NSE.
nse_id must be an integer from 0 to 65535.
nsvc-status-consolidated nse nse_id
 
nsvc-status-per-bvci bvci bvc_id nse nse_id
bvc_id: Enter an integer from 0 to 65535.
nse_id: Enter an integer from 0 to 65535.
| { grep grep_options | more }
Specifies that output of this command is to be piped (sent) to the command specified. A command to send the output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
This command is used to display the status of the NSVC.
Example
Use the following command to display status of all NSVC for NSE 1422:
show gprsns status nsvc-status-all nse 1422
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show gprs-service
Displays the statistics of GPRS service(s) configured in a given context on the system.
Product
SGSN
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show gprs-service { all | name gprs_srvc_name } [ | { grep grep_options | more } ]
all
Displays information for all GPRS services configured with the given context.
name gprs_srvc_name
Specifies the name of a specific GRPS service for which information is to be displayed.
gprs_srvc_name is the name of a configured GPRS service and can be from 1 to 63 alphanumeric characters and is case sensitive.
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For more information on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Reference.
Usage
This command is used to verify the configuration of one or all GPRS services for monitoring or troubleshooting purposes. The output is a concise listing of GPRS service parameter settings.
If this command is executed from within the local context with the all keyword, information for all GPRS services configured on the system will be displayed.
Example
The following command displays configuration information for all GPRS services configured in this context:
show gprs-service all
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show gprsssf
This commnd displays statistics for various 3GPP Customised Applications for Mobile network Enhanced Logic (CAMEL) service GPRS Service Switching Function (gprsSSF) entities.
Product
SGSN
Privilege
Inspector
Syntax
show gprsssf { counters | statistics } [ camel-service srvc_name | gprs [ 2g-sgsn-app | 3g-sgsn-app ] | gsmscf-address { address | all } | sms ] [ | { grep | more } ]
counters
Display collected status counter information for specified CAMEL service entities.
statistics
Display collected statistics for specified CAMEL service entities.
camel-service srvc_name
Filters the counter/statistic output to display for a specific CAMEL service in the SGSN’s configuration.
srvc_name is a string of 1 to 63 alphanumeric characters that uniquely identified a configured CAMEL service.
gprs [ 2g-sgsn-app | 3g-sgsn-app ]
Filters the counter/statistic output to display GPRS protocol information specific to either the 2.5G or 3G SGSN.
gsmscf-address { address | all }
The GSM service control function (gsmSCF) address is the ISDN address of the SCP where the CAMEL service resides. It is possible to display information for one or all of the configured CAMEL services.
address is a standard ISDN E.164 address of 1 to 15 digits.
sms
Filters the counter/statistic output to display SMS protocol information.
| { grep grep_options | more }
Specifies that output of this command is to be piped (sent) to the command specified. A command to send the output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
Use this command to display CAMEL service status counter information and statistics collected since the last restart or clear command. If filters are not included with the command, then all statistics or counters are displayed for all CAMEL services in all contexts in which CAMEL services have been defined.
Collected statistics are cleared (deleted) with the clear gprsssf statistics command described in the chapter Exec Mode Commands (A-C).
Example
Use the following command to display the status counter totals of the GPRS Dialogue parameters for a 3G SGSN :
show gprsssf counter gprs 3g-sgsn-app
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show gs-service
Displays configuration information and statistics for Gs services configured on system.
Product
SGSN
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show gs-service { all | name svc_name } [ | { grep grep_options | more } ]
all
Displays information for all Gs services configured with in the given context.
name svc_name
Specifies the name of a specific Gs service for which to display information.
svc_name is the name of a configured Gs service and can be from 1 to 63 alphanumeric characters and is case sensitive.
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For more information on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Reference.
Usage
This command is used to verify the configuration of one or all Gs services for monitoring or troubleshooting purposes.
If this command is executed from within the local context with the all keyword, information for all Gs services configured on the system will be displayed.
Example
The following command displays configuration information for all Gs services configured on a system:
show gs-service all
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show gtpc
Displays GPRS Tunnelling Protocol-Control (GTPC) information for GTPv0, GTPv1-C, GTPv1-U with filtering options.
Product
GGSN
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show gtpc [ full | counters | summary ] { all | apn apn_name | imsiimsi_value [ nsapi nsapi_value ] | callid callid | sgsn-address ip_address | ggsn-service ggsn_name | user-address ip_address | username username }
[ full | counters | summary ]
Specifies the level of information to be displayed. The following levels can be used:
full: Indicates detailed information is to be displayed.
counters: Indicates the output is to include the statistic counters.
summary: Indicates only summary information is to be displayed.
{ all | apn apn_name | imsi imsi_value [ nsapi nsapi_value ] | callid callid | sgsn-address ip_address | ggsn-service ggsn_name | user-address ip_address | username username }
Specifies the filter criteria used when displaying GTP information. The following filters can be used:
all: Specifies that all available information is to be displayed.
apn apn_name: Specifies that GTP information for a particular APN will be displayed. apn_name can be from 1 to 63 alphanumeric characters and is case sensitive.
imsi imsi_value [ nsapi nsapi_value ]: Specifies that GTP information will be displayed for a particular International Mobile Subscriber Identity (IMSI). imsi_value is an integer value from 1 to 15 characters. Optionally, the IMSI could be further filtered by specifying a particular PDP context using the Network Service Access Point Identifier (NSAPI). nsapi_value is an integer value from 5 to 15.
callid callid: Specifies that GTP information will be displayed for a particular call identification number. callid must be specified as a 4-digit hexadecimal number.
sgsn-address ip_address: Specifies that GTP information for a particular SGSN will be displayed. ip_address is the address of the SGSN in IPv4 dotted-decimal notation.
ggsn-service ggsn_name: Specifies that GTP information for a particular GGSN service will be displayed. ggsn_name can be from 1 to 63 alphanumeric characters and is case sensitive.
user-address ip_address: Specifies that GTP information for a particular user address will be displayed. ip_address is the address of the user’s PDP context in IPv4 dotted-decimal notation.
username username: Specifies that GTP information for a particular username will be displayed. username can be from 1 to 127 alphanumeric characters (including wildcards (‘$’ and ‘*’)) and is case sensitive.
Usage
This command displays statistics for every GTP message type based on the filter criteria. This information is useful for system monitoring or troubleshooting.
Example
The following command displays GTPC counters for a GGSN service named ggsn1:
show gtpc counters ggsn-service ggsn1
The following command displays GTPC full information:
show gtpc full
The following command displays GTPC summary information for a specific call identification number of 05f62f34:
show gtpc summary callid 05f62f34
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show gtpc statistics
This command displays GTPv0, GTPv1-C, GTPv1-U statistics with filtering options.
Product
GGSN, MSEG
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show gtpc statistics [ [ custom1 | custom2 ] [ apn apn_name | ggsn-service ggsn_service_name | mseg-service mseg_service_name | sgsn-address ipv4_address ] [ [ verbose ] format1 ] [ | { grep grep_options | more } ]
custom1
Displays statistics of GTP-C messages for preservation mode and free of charge service.
This keyword is customer specific and license enabled and used for Preservation-Mode and Free-of-Charge Service, which are enabled under customer-specific license. For more information on this support, contact your local sales representative.
custom2
Displays statistics of GTP-C messages for overcharging protection on loss of radio coverage for a GGSN service.
This keyword is feature specific and license enabled and used for subscriber overcharging protection on loss of radio coverage at the GGSN service. For more information on this support, contact your local sales representative.
apn apn_name
Displays GTP-C statistics for the specified APN.
apn_name must be an alpha and/or numeric string of 1 through 63 characters in length, and is case sensitive.
ggsn-service ggsn_service_name
Displays GTP-C statistics for the specified GGSN service.
ggsn_service_name can be from 1 to 63 alphanumeric characters and is case sensitive.
mseg-service mseg_service_name
Displays GTP-C statistics for the specified MSEG service.
mseg_service_name must be the name of an existing MSEG service, and must be an alpha and/or numeric string of from 1 through 63 characters in length, and is case sensitive.
sgsn-address ipv4_address
Specifies that GTP statistics for a particular SGSN will be displayed.
ipv4_address is the address of the SGSN in IPv4 dotted-decimal notation.
verbose
Specifies that detailed statistics will be displayed.
format1
Specifies that more detailed statistics breakup will be displayed.
grep grep_options | more
Specifies that the output of this command is to be piped (sent) to the command specified. A command to send the output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter.
Usage
The information displayed by this command consists of session statistics such as the number of currently active sessions categorized by PDP context type, and statistics for every GTP message type. The statistics are cumulative.
If the verbose keyword is used, additional information will be displayed such as statistics for every type of error code.
Example
The following command displays verbose GTP statistics:
show gtpc statistics verbose
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show gtpp
Displays information on the GPRS Tunneling Protocol Prime (GTPP) for the selected charging gateway function (CGF) or GCDR storage server.
Product
GGSN, SGSN
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show gtpp [ accounting | counters { all | cgf-address | group } | group { all | name } | statistics { cgf-address | group } | storage server { counters | group | local | statistics | status | streaming} ] [ | { grep grep_options | more } ]
Usage
This command is used to display the GTPP related information for the selected CGF or the G-CDRs storage server.
If this command is issued from within the local context, a information for all GTPP accounting servers configured on the system is displayed regardless of context.
Example
The following command displays the GTPP counters for all the servers:
show gtpp counters all
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show gtpp accounting
Displays information on the GPRS Tunneling Protocol Prime (GTPP) accounting server configuration.
Product
GGSN, SGSN
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show gtpp accounting servers { group name group_name } [ | { grep grep_options | more } ]
Usage
This command is used to view the status of GTPP accounting servers configured within a context for monitoring or troubleshooting purposes.
If this command is issued from within the local context, a information for all GTPP accounting servers configured on the system is displayed regardless of context.
Example
The following command displays the status of and information on configured GTPP accounting servers:
show gtpp accounting servers
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show gtpp counters
Displays GTPP counters for configured charging gateway functions (CGFs) within the given context.
Product
GGSN, SGSN
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show gtpp counters { all{ gcdrs } | cgf-address cgf_address | group name group_name } [ | { grep grep_options | more } ]
all
Displays counters for all CGFs configured within the context.
cgf-address cgf_address
Displays counters for a specific CGF.
cgf_address is the IP address of the CGF expressed in IPv4 dotted-decimal or IPv6 colon-separated notation.
Usage
Counters for a single CGF can be viewed using the cgf-address keyword. Counters for all CGFs in the context can be viewed by entering the command with the all keyword.
If this command is issued from within the local context and no CGF-address is specified, the counters displayed will be cumulative for all CGFs configured on the system regardless of context.
Example
The following command displays counters for all CGF:
show gtpp counters all
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show gtpp group
Displays information pertaining to the configured GTPP storage server group.
Product
GGSN, SGSN
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show gtpp group [ name gtpp_group_name | all ] [ | { grep grep_options | more } ]
name gtpp_group_name
Displays information and CDR statistics of the GTPP server group named gtpp_group_name.
gtpp_group_name is name of the configured/default GTPP storage server group.
all
Displays statistics of all configured GTPP storage server group including default group.
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For more information on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Reference.
Usage
Use this command to display the CDR statistics on the basis of GTPP server groups. It shows the information for all or specific GTPP server group configured in the context from which this command is issued.
Example
The following command displays the status of the GTPP server group backup server configured in a context called GTPP_Group1:
show gtpp group name GTPP_Group1
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show gtpp statistics
Displays GTPP statistics for configured CGFs within the context.
Product
GGSN, SGSN
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show gtpp statistics [ cgf-address cgf_address | group name group_name ] [ | { grep grep_options | more }]
cgf-address cgf_address
Specifies the IP address of a specific CGF for which to display statistics and is expressed in IPv4 dotted-decimal or IPv6 colon-spearated notation.
group name group_name
Displays server statistics information of the specified GTPP server group named group_name.
group_name is name of the configured/default GTPP storage server group.
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For more information on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
Statistics for a single CGF can be viewed by specifying its IP address. Statistics for all CGFs in the context can be viewed by not specifying an IP address.
If this command is issued from within the local context, the statistics displayed will be cumulative for all CGFs configured on the system regardless of context.
Example
The following command displays statistics for a CGF with an IP address of 192.168.1.14:
show gtpp statistics cgf-address 192.168.1.14
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show gtpp storage-server
Displays information pertaining to the configured GTPP storage server (GSS).
Product
GGSN, SGSN
Privilege
Security Administrator, Administrator, Operator, Inspector
Syntax
show gtpp storage-server [ counters { all | group name group_name } | group name group_name | local file { counters { all | group name group_name } | statistics [ group name group_name ] } | status { group name group_name | verbose } | streaming file { counters { all | group name group_name } | statistics [ group name group_name ] } ] [ | { grep grep_options | more } ]
counters
Displays counters for the external GTPP storage server.
group name group_name
Displays GTPP backup server information for the specified group.
local file
Displays statistics and counters for the local storage-server. This is the hard disk if hard disk support has been enabled with the gtpp storage-server mode command in the GTPP Group Configuration Mode.
statistics
Displays statistics for the GTPP storage server.
status [ verbose ]
Displays status of the GTPP storage server. verbose enables the detailed view.
streaming
Displays the status of CDRs backup on HDD while ‘streaming’ mode is enabled.
grep grep_options | more
Indicates the output of the command is to be piped (sent) to the command specified. A command to send output to must be specified.
For details on the usage of grep and more, refer to the Regulating a Command’s Output section of the Command Line Interface Overview chapter in the Command Line Interface Reference.
Usage
Executing this command with no keywords displays status information for the GTPP backup server configured in the context from which this command is issued.
Example
The following command displays the GTPP CDR file statistics stored on the local SMC hard disk.
show gtpp storage-server local file counters all
The following command displays the status of the GTPP backup server configured in a context called ggsn1:
show gtpp storage-server
The following command displays statistics for the GTPP backup server configured in a context called ggsn1:
show gtpp storage-server statistics
The following command displays GCDR storage server counters:
show gtpp storage-server counters
The following command displays GCDR storage server status:
show gtpp storage-server status
note_smallImportant: Output descriptions for commands are available in the Statistics and Counters Reference.
 
show gtpu statistics
Displays GPRS Tunneling Protocol user plane (GTP-U) statistics and counters on this system.
Product
P-GW, S-GW, MSEG
Privilege
Inspector
Syntax
show gtpu statistics [ [ gtpumgr-instance instance_number ] [ gtpu-service gtpu_service_name | mseg-service mseg_service_name | peer-address ipv4/ipv6_address ] ] [ | { grep grep_options | more } ]
gtpumgr-instance instance_number
Displays information for the specified GTP-U manager instance.
instance_number must be an existing instance, and must be an integer from 1 through 4294967295.
gtpu-service gtpu_service_name
Displays GTP-U statistics for the specified GTP-U service.
gtpu_service_name must be the name of an existing GTP-U service, and must be an alpha and/or numeric string of 1 through 63 characters in length.
mseg-service mseg_service_name
Displays GTP-U statistics for the specified MSEG service.
mseg_service_name must be the name of an existing MSEG service, and must be an alpha and/or numeric string of from 1 through 63 characters in length.
peer-address ipv4/ipv6_address
Displays GTP-U statistics and counters for the specified peer IP address.
ipv4/ipv6_address must be an existing peer IP address specified in IPv4 dotted-decimal or IPv6 colon-separated notation.
| { grep grep_options | more }
Indicates the output of the command is to be piped (sent) to the command specified.
A command to send output to must be specified.
For details on the usage of the grep and more commands, refer to the Regulating a Command’s Output section of the Command Line Interface Reference Guide.
Usage
Use this command to view statistics and counters for GTP-U traffic on this system.
Example
The following command displays statistics for the GTP-U service named egtp1:
show egtpu statistics gtpu-service egtp1
 
show gtpu-service
Displays configuration information for GPRS Tunneling Protocol user plane (GTP-U) services on this system.
Product
P-GW, S-GW
Privilege
Inspector
Syntax
show gtpu-service { all | name service_name } [ | { grep grep_options | more } ]
all
Displays configuration information for all GTP-U services configured on this system.
name service_name
Displays configuration information for a specific GTP-U service configured on this system.
service_name must be an existing GTP-U service, and be from 1 to 63 alphanumeric characters in length.
| { grep grep_options | more }
Indicates the output of the command is to be piped (sent) to the command specified.
A command to send output to must be specified.
For details on the usage of the grep and more commands, refer to the Regulating a Command’s Output section of the Command Line Interface Reference Guide.
Usage
Use this command to view configuration information for GTP-U services on this system.
Example
The following command displays service statistics for the GTP-U service named egtp1:
show egtp-service name egtp1
 
 

Cisco Systems Inc.
Tel: 408-526-4000
Fax: 408-527-0883